home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / store.dir / 00140_setupOrderForm.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  409 b   |  13 lines

  1. on setupOrderForm
  2.   global title, description, retprice, mcprice, rating, format, cover, demo
  3.   puppetSprite(5, 1)
  4.   set the memberNum of sprite 5 to member cover
  5.   put title into field "Title"
  6.   put description into field "Description"
  7.   put rating into field "Rating"
  8.   put format into field "Format"
  9.   put "$" & mcprice into field "MC Price"
  10.   put "$" & retprice into field "Ret Price"
  11.   updateStage()
  12. end
  13.